ActiveReports Developer 7
BeginInvoke(Delegate,Object[]) Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class > BeginInvoke Method : BeginInvoke(Delegate,Object[]) Method

method
args

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function BeginInvoke( _
   ByVal method As System.Delegate, _
   ByVal ParamArray args() As System.Object _
) As System.IAsyncResult
C# 
public System.IAsyncResult BeginInvoke( 
   System.Delegate method,
   params System.object[] args
)

Parameters

method
args

See Also